home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectShow / Editing / DShowVBLib / readme.txt < prev   
Encoding:
Text File  |  2001-10-10  |  546 b   |  12 lines

  1. VisualBasic Helper Library
  2. --------------------------
  3.  
  4. This type library is a helper file to allow the user of the IFileSinkFilter 
  5. interface from Visual Basic.
  6.  
  7. The IFileSinkFilter interface is not in the quartz.dll (ActiveMovie) type library 
  8. because one of the methods has an AM_MEDIA_TYPE argument which prevents it from 
  9. being called from VB.  The DShowVBLib type library redefines the interface with
  10. a different pointer type to allow VB to call IFileSinkFilter::SetFileName. 
  11. A null should be passed in for the pointer argument.
  12.